home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
AMUG
/
PROGRAMMING
/
Raven 1.2 Examples.sit
/
Raven 1.2 Examples
/
Quill
/
Read Me
< prev
next >
Wrap
Text File
|
1997-02-06
|
622b
|
21 lines
Quill is Raven's view editor. This is a fairly large application and is not really
intended as an example, but it does illustrate some of the more esoteric features
of Raven:
・ハCApplication overrides the default event routing mechanism. (The more usual way
to do this is with an TBehavior, see CApplication::OnWindowMouseDown for a discussion
of why this wasn't used with Quill).
・ Several examples of using a THierarchicalTable.
・ハUsing a custom TRubberBandTracker.
・ハUsing MDragSource and MDragTarget.
・ハUsing a TCachedView.
・ Custom adorners.
・ Tool windows.
・ Streaming view hierarchies in and out of handles.